home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / BenchMark / TIFFany2.app / English.lproj / ActionManager.nib / data.classes next >
Text File  |  1994-12-27  |  3KB  |  90 lines

  1. ActionEntry = {SUPERCLASS = Object; };
  2. InspectorView = {
  3.     ACTIONS = {"setInspector:" = "setInspector:"; }; 
  4.     OUTLETS = {currBox = currBox; }; 
  5.     SUPERCLASS = View; 
  6. };
  7. ActionShelfEntry = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = ActionEntryAcceptor; };
  8. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  9. HorSplitView = {ACTIONS = {}; OUTLETS = {delegate = delegate; }; SUPERCLASS = View; };
  10. ActionEntryAcceptor = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = View; };
  11. LineMatrix = {SUPERCLASS = Matrix; };
  12. ActionAcceptor = {
  13.     ACTIONS = {}; 
  14.     OUTLETS = {nameField = nameField; }; 
  15.     SUPERCLASS = ActionEntryAcceptor; 
  16. };
  17. TileCell = {SUPERCLASS = ButtonCell; };
  18. IconCell = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Cell; };
  19. LineCell = {SUPERCLASS = MenuCell; };
  20. TActionCell = {SUPERCLASS = NXBrowserCell; };
  21. ActionManager = {
  22.     ACTIONS = {
  23.         "apply:" = "apply:"; 
  24.     "compositeChanged:" = "compositeChanged:"; 
  25.     "duplicate:" = "duplicate:"; 
  26.     "inspect:" = "inspect:"; 
  27.     "intensChanged:" = "intensChanged:"; 
  28.     "newAction:" = "newAction:"; 
  29.     "newGroup:" = "newGroup:"; 
  30.     "newProcess:" = "newProcess:"; 
  31.     "pressed1:" = "pressed1:"; 
  32.     "pressed2:" = "pressed2:"; 
  33.     "redefine:" = "redefine:"; 
  34.     "redo:" = "redo:"; 
  35.     "remove:" = "remove:"; 
  36.     "undo:" = "undo:"; 
  37.     }; 
  38.     OUTLETS = {
  39.         actions = actions; 
  40.     bM = bM; 
  41.     browser = browser; 
  42.     duplicate = duplicate; 
  43.     fileText = fileText; 
  44.     fileView = fileView; 
  45.     goButton = goButton; 
  46.     inspect = inspect; 
  47.     intens = intens; 
  48.     intensText = intensText; 
  49.     maskActionEntry = maskActionEntry; 
  50.     modePopup = modePopup; 
  51.     newAction = newAction; 
  52.     newGroup = newGroup; 
  53.     newProcess = newProcess; 
  54.     old = old; 
  55.     panel = panel; 
  56.     redefine = redefine; 
  57.     redo = redo; 
  58.     shelf = shelf; 
  59.     shieldState = shieldState; 
  60.     splitView = splitView; 
  61.     stringTable = stringTable; 
  62.     undo = undo; 
  63.     }; 
  64.     SUPERCLASS = Object; 
  65. };
  66. ActionBrowser = {
  67.     ACTIONS = {}; 
  68.     OUTLETS = {stringTable = stringTable; }; 
  69.     SUPERCLASS = NXBrowser; 
  70. };
  71. FloatPanel = {
  72.     ACTIONS = {}; 
  73.     OUTLETS = {cancelButton = cancelButton; defaultButton = defaultButton; }; 
  74.     SUPERCLASS = Panel; 
  75. };
  76. ActionShelf = {OUTLETS = {owner = owner; }; SUPERCLASS = View; };
  77. LineBground = {SUPERCLASS = View; };
  78. BMatrix = {SUPERCLASS = Matrix; };
  79. FileView = {
  80.     ACTIONS = {"textChanged:" = "textChanged:"; }; 
  81.     OUTLETS = {delegate = delegate; editField = editField; }; 
  82.     SUPERCLASS = View; 
  83. };
  84. BrowserPanel = {ACTIONS = {}; OUTLETS = {owner = owner; }; SUPERCLASS = FloatPanel; };
  85. MaskAcceptor = {
  86.     ACTIONS = {"clear:" = "clear:"; }; 
  87.     OUTLETS = {activeSwitch = activeSwitch; }; 
  88.     SUPERCLASS = ActionAcceptor; 
  89. };
  90.